home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2142 < prev    next >
Encoding:
Text File  |  1996-08-05  |  971 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: munta.cs.mu.OZ.AU!baillie
  3. From: baillie@munta.cs.mu.OZ.AU (Stephen Baillie)
  4. Subject: Re: Help: start win .exe from win .exe
  5. Message-ID: <9601923.22022@mulga.cs.mu.OZ.AU>
  6. Sender: news@cs.mu.OZ.AU (CS-Usenet)
  7. Organization: Computer Science, University of Melbourne, Australia
  8. References: <4deh61$oml$1@mhade.production.compuserve.com>
  9. Date: Fri, 19 Jan 1996 12:10:28 GMT
  10.  
  11. Tanya Golub <71421.2231@CompuServe.COM> writes:
  12.  
  13. >Does anyone know if there is a way to kick off 
  14. >a WINDOWS .exe program from another WINDOWS .exe program?
  15.  
  16. The usual way to do this is to use the standard Windoze API
  17. call, WinExec().  The details should be in your compiler
  18. documentation/header files.
  19.  
  20. Have a nice day,
  21.  
  22. Steve.
  23.  
  24. -- 
  25. "If we shadows have offended, Think but this and all is mended:
  26.  That you have but slumbered here, While these visions did appear.
  27.  And this weak and idle theme, no more yielding but a dream."
  28. baillie@munta.cs.mu.oz.au (Stephen Baillie)
  29.